Platform Explorer / Nuxeo Platform 6.0

Operation Blob.PushList (Push File List)

Description

Push the input file list on the context stack. The file list can be restored later as the input using the corrresponding pop operation. Returns the input file list.
Operation id Blob.PushList
Category Push & Pop
Label Push File List
Requires
Since

Parameters

No parameters.

Signature

Inputs bloblist
Outputs bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PushBlobList
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.PushList",
  "label" : "Push File List",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Push the input file list on the context stack. The file list can be restored later as the input using the corrresponding pop operation. Returns the input file list.",
  "url" : "Blob.PushList",
  "signature" : [ "bloblist", "bloblist" ],
  "params" : [ ]
}